automatic memory management造句
例句与造句
- Visual basic developers are accustomed to automatic memory management
Visual basic开发人员习惯于自动内存管理。 - Automatic memory management
>自动内存管理 - Method , without waiting for automatic memory management through an implicit call to the
方法来等待自动内存管理。当释放一个 - Automatic memory management is one of the services that the common language runtime provides
自动内存管理是公共语言运行库提供的服务之一。 - Automatic memory management is one of the services that the common language runtime provides during
自动内存管理自动内存管理是公共语言运行库在 - It's difficult to find automatic memory management in a sentence. 用automatic memory management造句挺难的
- Automatic memory management simplifies development by eliminating the common bugs that arise from manual memory management schemes
自动内存管理通过消除手动内存管理方案引起的常见bug简化了开发。 - Regardless of which managed language you use , the . net framework s garbage collector provides automatic memory management
不管您使用哪一种托管语言, . net framework的垃圾回收器都提供自动内存管理。 - This automatic memory management resolves the two most common application errors , memory leaks and invalid memory references
这种自动内存管理解决了两个最常见的应用程序错误:内存泄漏和无效内存引用。 - Part of this is the strict enforcement of typing , both at compile - time and runtime , along with the simplicity of automatic memory management
其中部分是因为在编译时和运行时严格执行类型确定,以及自动内存管理的简单性。 - In certain situations , you will need to adapt your programming practices to the automatic memory management provided by the common language runtime
在某些情况下,您可能需要让您的编程习惯来适应公共语言运行库提供的自动内存管理。 - The language should make safe automatic memory management possible , and the implementation should provide an automatic memory manager taking care of garbage collection
语言应该使安全的自动内存管理成为可能,并且其实现应该提供一个自动的内存管理器来掌管垃圾收集 - Automatic memory management can eliminate common problems , such as forgetting to free an object and causing a memory leak , or attempting to access memory for an object that has already been freed
自动内存管理可解决常见问题,例如,忘记释放对象并导致内存泄漏,或尝试访问已释放对象的内存。